home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / mintr151.zip / HTMLSTRP.BAT < prev    next >
DOS Batch File  |  1996-08-23  |  200b  |  4 lines

  1. REM This batch file strips tags from HTML files, arguments are file names
  2. REM stripped version of files are saved with .txt extension
  3. MT /xb+(.txt) %1 %2 %3 %4 %5 %6 %7 %8 %9 / "<[^>]*>" "=" "\z" 
  4.